• frmNoDues_Docs.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmNoDues_Docs
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNoDues_Docs))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.TabControl1 = New System.Windows.Forms.TabControl()
28         Me.TabPage1 = New System.Windows.Forms.TabPage()
29         Me.ListView2 = New System.Windows.Forms.ListView()
30         Me.ColumnHeader5 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
31         Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
32         Me.ColumnHeader7 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
33         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
34         Me.Label7 = New System.Windows.Forms.Label()
35         Me.cmbDepartment = New System.Windows.Forms.ComboBox()
36         Me.Panel4 = New System.Windows.Forms.Panel()
37         Me.btnGetData1 = New System.Windows.Forms.Button()
38         Me.BtnClose1 = New System.Windows.Forms.Button()
39         Me.btnUpdate1 = New System.Windows.Forms.Button()
40         Me.btnNew1 = New System.Windows.Forms.Button()
41         Me.Button5 = New System.Windows.Forms.Button()
42         Me.TabPage2 = New System.Windows.Forms.TabPage()
43         Me.listView1 = New System.Windows.Forms.ListView()
44         Me.columnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
45         Me.columnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
46         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
47         Me.Label3 = New System.Windows.Forms.Label()
48         Me.Label2 = New System.Windows.Forms.Label()
49         Me.Label4 = New System.Windows.Forms.Label()
50         Me.cmbSection = New System.Windows.Forms.ComboBox()
51         Me.cmbClass = New System.Windows.Forms.ComboBox()
52         Me.cmbSession = New System.Windows.Forms.ComboBox()
53         Me.Panel3 = New System.Windows.Forms.Panel()
54         Me.BtnGetData = New System.Windows.Forms.Button()
55         Me.btnClose = New System.Windows.Forms.Button()
56         Me.btnUpdate = New System.Windows.Forms.Button()
57         Me.btnNew = New System.Windows.Forms.Button()
58         Me.btnSearch = New System.Windows.Forms.Button()
59         Me.Panel2 = New System.Windows.Forms.Panel()
60         Me.Label1 = New System.Windows.Forms.Label()
61         Me.txtFeeName = New System.Windows.Forms.TextBox()
62         Me.lblUser = New System.Windows.Forms.Label()
63         Me.Panel1.SuspendLayout()
64         Me.TabControl1.SuspendLayout()
65         Me.TabPage1.SuspendLayout()
66         Me.GroupBox1.SuspendLayout()
67         Me.Panel4.SuspendLayout()
68         Me.TabPage2.SuspendLayout()
69         Me.GroupBox4.SuspendLayout()
70         Me.Panel3.SuspendLayout()
71         Me.Panel2.SuspendLayout()
72         Me.SuspendLayout()
73         
'
74         
'Panel1
75         
'
76         Me.Panel1.BackColor = System.Drawing.Color.White
77         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
78         Me.Panel1.Controls.Add(Me.TabControl1)
79         Me.Panel1.Controls.Add(Me.Panel2)
80         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
81         Me.Panel1.Name =
"Panel1"
82         Me.Panel1.Size = New System.Drawing.Size(
559, 679)
83         Me.Panel1.TabIndex =
2
84         
'
85         
'TabControl1
86         
'
87         Me.TabControl1.Controls.Add(Me.TabPage1)
88         Me.TabControl1.Controls.Add(Me.TabPage2)
89         Me.TabControl1.Location = New System.Drawing.Point(
12, 76)
90         Me.TabControl1.Name =
"TabControl1"
91         Me.TabControl1.SelectedIndex =
0
92         Me.TabControl1.Size = New System.Drawing.Size(
535, 589)
93         Me.TabControl1.TabIndex =
49
94         
'
95         
'TabPage1
96         
'
97         Me.TabPage1.Controls.Add(Me.ListView2)
98         Me.TabPage1.Controls.Add(Me.GroupBox1)
99         Me.TabPage1.Controls.Add(Me.Panel4)
100         Me.TabPage1.Controls.Add(Me.Button5)
101         Me.TabPage1.Location = New System.Drawing.Point(
4, 22)
102         Me.TabPage1.Name =
"TabPage1"
103         Me.TabPage1.Padding = New System.Windows.Forms.Padding(
3)
104         Me.TabPage1.Size = New System.Drawing.Size(
527, 563)
105         Me.TabPage1.TabIndex =
0
106         Me.TabPage1.Text =
"Staff"
107         Me.TabPage1.UseVisualStyleBackColor = True
108         
'
109         
'ListView2
110         
'
111         Me.ListView2.CheckBoxes = True
112         Me.ListView2.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader5, Me.ColumnHeader6, Me.ColumnHeader7})
113         Me.ListView2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
114         Me.ListView2.GridLines = True
115         Me.ListView2.Location = New System.Drawing.Point(
10, 95)
116         Me.ListView2.Name =
"ListView2"
117         Me.ListView2.Size = New System.Drawing.Size(
356, 459)
118         Me.ListView2.TabIndex =
69
119         Me.ListView2.UseCompatibleStateImageBehavior = False
120         Me.ListView2.View = System.Windows.Forms.View.Details
121         
'
122         
'ColumnHeader5
123         
'
124         Me.ColumnHeader5.Text =
"ID"
125         Me.ColumnHeader5.Width =
50
126         
'
127         
'ColumnHeader6
128         
'
129         Me.ColumnHeader6.Text =
"Staff ID"
130         Me.ColumnHeader6.Width =
100
131         
'
132         
'ColumnHeader7
133         
'
134         Me.ColumnHeader7.Text =
"Staff Name"
135         Me.ColumnHeader7.Width =
200
136         
'
137         
'GroupBox1
138         
'
139         Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
140         Me.GroupBox1.Controls.Add(Me.Label7)
141         Me.GroupBox1.Controls.Add(Me.cmbDepartment)
142         Me.GroupBox1.Location = New System.Drawing.Point(
10, 7)
143         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
144         Me.GroupBox1.Name =
"GroupBox1"
145         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
146         Me.GroupBox1.Size = New System.Drawing.Size(
195, 81)
147         Me.GroupBox1.TabIndex =
67
148         Me.GroupBox1.TabStop = False
149         
'
150         
'Label7
151         
'
152         Me.Label7.AutoSize = True
153         Me.Label7.ForeColor = System.Drawing.Color.Black
154         Me.Label7.Location = New System.Drawing.Point(
14, 17)
155         Me.Label7.Name =
"Label7"
156         Me.Label7.Size = New System.Drawing.Size(
71, 13)
157         Me.Label7.TabIndex =
33
158         Me.Label7.Text =
"Department : "
159         
'
160         
'cmbDepartment
161         
'
162         Me.cmbDepartment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
163         Me.cmbDepartment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
164         Me.cmbDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
165         Me.cmbDepartment.FormattingEnabled = True
166         Me.cmbDepartment.Location = New System.Drawing.Point(
17, 40)
167         Me.cmbDepartment.Name =
"cmbDepartment"
168         Me.cmbDepartment.Size = New System.Drawing.Size(
165, 21)
169         Me.cmbDepartment.TabIndex =
0
170         
'
171         
'Panel4
172         
'
173         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
174         Me.Panel4.Controls.Add(Me.btnGetData1)
175         Me.Panel4.Controls.Add(Me.BtnClose1)
176         Me.Panel4.Controls.Add(Me.btnUpdate1)
177         Me.Panel4.Controls.Add(Me.btnNew1)
178         Me.Panel4.Location = New System.Drawing.Point(
376, 95)
179         Me.Panel4.Name =
"Panel4"
180         Me.Panel4.Size = New System.Drawing.Size(
111, 147)
181         Me.Panel4.TabIndex =
66
182         
'
183         
'btnGetData1
184         
'
185         Me.btnGetData1.Cursor = System.Windows.Forms.Cursors.Hand
186         Me.btnGetData1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
187         Me.btnGetData1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         Me.btnGetData1.Location = New System.Drawing.Point(
13, 76)
189         Me.btnGetData1.Name =
"btnGetData1"
190         Me.btnGetData1.Size = New System.Drawing.Size(
82, 28)
191         Me.btnGetData1.TabIndex =
5
192         Me.btnGetData1.Text =
"Get Data"
193         Me.btnGetData1.UseVisualStyleBackColor = True
194         
'
195         
'BtnClose1
196         
'
197         Me.BtnClose1.Cursor = System.Windows.Forms.Cursors.Hand
198         Me.BtnClose1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
199         Me.BtnClose1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.BtnClose1.Location = New System.Drawing.Point(
13, 110)
201         Me.BtnClose1.Name =
"BtnClose1"
202         Me.BtnClose1.Size = New System.Drawing.Size(
82, 28)
203         Me.BtnClose1.TabIndex =
4
204         Me.BtnClose1.Text =
"Close"
205         Me.BtnClose1.UseVisualStyleBackColor = True
206         
'
207         
'btnUpdate1
208         
'
209         Me.btnUpdate1.Cursor = System.Windows.Forms.Cursors.Hand
210         Me.btnUpdate1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
211         Me.btnUpdate1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.btnUpdate1.Location = New System.Drawing.Point(
13, 42)
213         Me.btnUpdate1.Name =
"btnUpdate1"
214         Me.btnUpdate1.Size = New System.Drawing.Size(
82, 28)
215         Me.btnUpdate1.TabIndex =
2
216         Me.btnUpdate1.Text =
"Update"
217         Me.btnUpdate1.UseVisualStyleBackColor = True
218         
'
219         
'btnNew1
220         
'
221         Me.btnNew1.Cursor = System.Windows.Forms.Cursors.Hand
222         Me.btnNew1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
223         Me.btnNew1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
224         Me.btnNew1.Location = New System.Drawing.Point(
13, 10)
225         Me.btnNew1.Name =
"btnNew1"
226         Me.btnNew1.Size = New System.Drawing.Size(
82, 28)
227         Me.btnNew1.TabIndex =
0
228         Me.btnNew1.Text =
"New"
229         Me.btnNew1.UseVisualStyleBackColor = True
230         
'
231         
'Button5
232         
'
233         Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
234         Me.Button5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
235         Me.Button5.Location = New System.Drawing.Point(
216, 41)
236         Me.Button5.Name =
"Button5"
237         Me.Button5.Size = New System.Drawing.Size(
91, 28)
238         Me.Button5.TabIndex =
68
239         Me.Button5.Text =
"&Search"
240         Me.Button5.UseVisualStyleBackColor = True
241         
'
242         
'TabPage2
243         
'
244         Me.TabPage2.Controls.Add(Me.listView1)
245         Me.TabPage2.Controls.Add(Me.GroupBox4)
246         Me.TabPage2.Controls.Add(Me.Panel3)
247         Me.TabPage2.Controls.Add(Me.btnSearch)
248         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
249         Me.TabPage2.Name =
"TabPage2"
250         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
251         Me.TabPage2.Size = New System.Drawing.Size(
527, 563)
252         Me.TabPage2.TabIndex =
1
253         Me.TabPage2.Text =
"Student"
254         Me.TabPage2.UseVisualStyleBackColor = True
255         
'
256         
'listView1
257         
'
258         Me.listView1.CheckBoxes = True
259         Me.listView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader1, Me.columnHeader3})
260         Me.listView1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
261         Me.listView1.GridLines = True
262         Me.listView1.Location = New System.Drawing.Point(
10, 98)
263         Me.listView1.Name =
"listView1"
264         Me.listView1.Size = New System.Drawing.Size(
356, 459)
265         Me.listView1.TabIndex =
65
266         Me.listView1.UseCompatibleStateImageBehavior = False
267         Me.listView1.View = System.Windows.Forms.View.Details
268         
'
269         
'columnHeader1
270         
'
271         Me.columnHeader1.Text =
"Admission No."
272         Me.columnHeader1.Width =
100
273         
'
274         
'columnHeader3
275         
'
276         Me.columnHeader3.Text =
"Student Name"
277         Me.columnHeader3.Width =
250
278         
'
279         
'GroupBox4
280         
'
281         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
282         Me.GroupBox4.Controls.Add(Me.Label3)
283         Me.GroupBox4.Controls.Add(Me.Label2)
284         Me.GroupBox4.Controls.Add(Me.Label4)
285         Me.GroupBox4.Controls.Add(Me.cmbSection)
286         Me.GroupBox4.Controls.Add(Me.cmbClass)
287         Me.GroupBox4.Controls.Add(Me.cmbSession)
288         Me.GroupBox4.Location = New System.Drawing.Point(
10, 10)
289         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
290         Me.GroupBox4.Name =
"GroupBox4"
291         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
292         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
293         Me.GroupBox4.TabIndex =
45
294         Me.GroupBox4.TabStop = False
295         
'
296         
'Label3
297         
'
298         Me.Label3.AutoSize = True
299         Me.Label3.ForeColor = System.Drawing.Color.Black
300         Me.Label3.Location = New System.Drawing.Point(
272, 18)
301         Me.Label3.Name =
"Label3"
302         Me.Label3.Size = New System.Drawing.Size(
49, 13)
303         Me.Label3.TabIndex =
35
304         Me.Label3.Text =
"Section :"
305         
'
306         
'Label2
307         
'
308         Me.Label2.AutoSize = True
309         Me.Label2.ForeColor = System.Drawing.Color.Black
310         Me.Label2.Location = New System.Drawing.Point(
152, 18)
311         Me.Label2.Name =
"Label2"
312         Me.Label2.Size = New System.Drawing.Size(
38, 13)
313         Me.Label2.TabIndex =
34
314         Me.Label2.Text =
"Class :"
315         
'
316         
'Label4
317         
'
318         Me.Label4.AutoSize = True
319         Me.Label4.ForeColor = System.Drawing.Color.Black
320         Me.Label4.Location = New System.Drawing.Point(
14, 17)
321         Me.Label4.Name =
"Label4"
322         Me.Label4.Size = New System.Drawing.Size(
53, 13)
323         Me.Label4.TabIndex =
33
324         Me.Label4.Text =
"Session : "
325         
'
326         
'cmbSection
327         
'
328         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
329         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
330         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
331         Me.cmbSection.Enabled = False
332         Me.cmbSection.FormattingEnabled = True
333         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
334         Me.cmbSection.Name =
"cmbSection"
335         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
336         Me.cmbSection.TabIndex =
2
337         
'
338         
'cmbClass
339         
'
340         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
341         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
342         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
343         Me.cmbClass.Enabled = False
344         Me.cmbClass.FormattingEnabled = True
345         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
346         Me.cmbClass.Name =
"cmbClass"
347         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
348         Me.cmbClass.TabIndex =
1
349         
'
350         
'cmbSession
351         
'
352         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
353         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
354         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
355         Me.cmbSession.FormattingEnabled = True
356         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
357         Me.cmbSession.Name =
"cmbSession"
358         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
359         Me.cmbSession.TabIndex =
0
360         
'
361         
'Panel3
362         
'
363         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
364         Me.Panel3.Controls.Add(Me.BtnGetData)
365         Me.Panel3.Controls.Add(Me.btnClose)
366         Me.Panel3.Controls.Add(Me.btnUpdate)
367         Me.Panel3.Controls.Add(Me.btnNew)
368         Me.Panel3.Location = New System.Drawing.Point(
376, 98)
369         Me.Panel3.Name =
"Panel3"
370         Me.Panel3.Size = New System.Drawing.Size(
111, 147)
371         Me.Panel3.TabIndex =
41
372         
'
373         
'BtnGetData
374         
'
375         Me.BtnGetData.Cursor = System.Windows.Forms.Cursors.Hand
376         Me.BtnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
377         Me.BtnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
378         Me.BtnGetData.Location = New System.Drawing.Point(
13, 76)
379         Me.BtnGetData.Name =
"BtnGetData"
380         Me.BtnGetData.Size = New System.Drawing.Size(
82, 28)
381         Me.BtnGetData.TabIndex =
5
382         Me.BtnGetData.Text =
"Get Data"
383         Me.BtnGetData.UseVisualStyleBackColor = True
384         
'
385         
'btnClose
386         
'
387         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
388         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
389         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
390         Me.btnClose.Location = New System.Drawing.Point(
13, 110)
391         Me.btnClose.Name =
"btnClose"
392         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
393         Me.btnClose.TabIndex =
4
394         Me.btnClose.Text =
"Close"
395         Me.btnClose.UseVisualStyleBackColor = True
396         
'
397         
'btnUpdate
398         
'
399         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
400         Me.btnUpdate.Enabled = False
401         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
402         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
403         Me.btnUpdate.Location = New System.Drawing.Point(
13, 42)
404         Me.btnUpdate.Name =
"btnUpdate"
405         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
406         Me.btnUpdate.TabIndex =
2
407         Me.btnUpdate.Text =
"Update"
408         Me.btnUpdate.UseVisualStyleBackColor = True
409         
'
410         
'btnNew
411         
'
412         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
413         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
414         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
415         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
416         Me.btnNew.Name =
"btnNew"
417         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
418         Me.btnNew.TabIndex =
0
419         Me.btnNew.Text =
"New"
420         Me.btnNew.UseVisualStyleBackColor = True
421         
'
422         
'btnSearch
423         
'
424         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
425         Me.btnSearch.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
426         Me.btnSearch.Location = New System.Drawing.Point(
409, 43)
427         Me.btnSearch.Name =
"btnSearch"
428         Me.btnSearch.Size = New System.Drawing.Size(
91, 28)
429         Me.btnSearch.TabIndex =
48
430         Me.btnSearch.Text =
"&Search"
431         Me.btnSearch.UseVisualStyleBackColor = True
432         
'
433         
'Panel2
434         
'
435         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
436         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
437         Me.Panel2.Controls.Add(Me.Label1)
438         Me.Panel2.Controls.Add(Me.txtFeeName)
439         Me.Panel2.Controls.Add(Me.lblUser)
440         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
441         Me.Panel2.Name =
"Panel2"
442         Me.Panel2.Size = New System.Drawing.Size(
538, 62)
443         Me.Panel2.TabIndex =
0
444         
'
445         
'Label1
446         
'
447         Me.Label1.AutoSize = True
448         Me.Label1.BackColor = System.Drawing.Color.Transparent
449         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
450         Me.Label1.ForeColor = System.Drawing.Color.White
451         Me.Label1.Location = New System.Drawing.Point(
182, 18)
452         Me.Label1.Name =
"Label1"
453         Me.Label1.Size = New System.Drawing.Size(
145, 24)
454         Me.Label1.TabIndex =
0
455         Me.Label1.Text =
"No Dues Entry"
456         
'
457         
'txtFeeName
458         
'
459         Me.txtFeeName.Location = New System.Drawing.Point(
17, 31)
460         Me.txtFeeName.Name =
"txtFeeName"
461         Me.txtFeeName.Size = New System.Drawing.Size(
81, 20)
462         Me.txtFeeName.TabIndex =
44
463         Me.txtFeeName.Visible = False
464         
'
465         
'lblUser
466         
'
467         Me.lblUser.AutoSize = True
468         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
469         Me.lblUser.Name =
"lblUser"
470         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
471         Me.lblUser.TabIndex =
43
472         Me.lblUser.Text =
"Label8"
473         Me.lblUser.Visible = False
474         
'
475         
'frmNoDues_Docs
476         
'
477         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
478         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
479         Me.BackColor = System.Drawing.Color.DarkSlateGray
480         Me.ClientSize = New System.Drawing.Size(
583, 705)
481         Me.Controls.Add(Me.Panel1)
482         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
483         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
484         Me.MaximizeBox = False
485         Me.MinimizeBox = False
486         Me.Name =
"frmNoDues_Docs"
487         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
488         Me.Panel1.ResumeLayout(False)
489         Me.TabControl1.ResumeLayout(False)
490         Me.TabPage1.ResumeLayout(False)
491         Me.GroupBox1.ResumeLayout(False)
492         Me.GroupBox1.PerformLayout()
493         Me.Panel4.ResumeLayout(False)
494         Me.TabPage2.ResumeLayout(False)
495         Me.GroupBox4.ResumeLayout(False)
496         Me.GroupBox4.PerformLayout()
497         Me.Panel3.ResumeLayout(False)
498         Me.Panel2.ResumeLayout(False)
499         Me.Panel2.PerformLayout()
500         Me.ResumeLayout(False)
501
502     End Sub
503     Friend WithEvents Panel1 As System.Windows.Forms.Panel
504     Friend WithEvents Panel2 As System.Windows.Forms.Panel
505     Friend WithEvents Label1 As System.Windows.Forms.Label
506     Friend WithEvents Panel3 As System.Windows.Forms.Panel
507     Friend WithEvents btnClose As System.Windows.Forms.Button
508     Friend WithEvents btnUpdate As System.Windows.Forms.Button
509     Friend WithEvents btnNew As System.Windows.Forms.Button
510     Friend WithEvents txtFeeName As System.Windows.Forms.TextBox
511     Friend WithEvents lblUser As System.Windows.Forms.Label
512     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
513     Friend WithEvents Label3 As System.Windows.Forms.Label
514     Friend WithEvents Label2 As System.Windows.Forms.Label
515     Friend WithEvents Label4 As System.Windows.Forms.Label
516     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
517     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
518     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
519     Private WithEvents btnSearch As System.Windows.Forms.Button
520     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
521     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
522     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
523     Private WithEvents listView1 As System.Windows.Forms.ListView
524     Private WithEvents columnHeader1 As System.Windows.Forms.ColumnHeader
525     Private WithEvents columnHeader3 As System.Windows.Forms.ColumnHeader
526     Friend WithEvents BtnGetData As System.Windows.Forms.Button
527     Private WithEvents ListView2 As System.Windows.Forms.ListView
528     Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
529     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
530     Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
531     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
532     Friend WithEvents Label7 As System.Windows.Forms.Label
533     Friend WithEvents cmbDepartment As System.Windows.Forms.ComboBox
534     Friend WithEvents Panel4 As System.Windows.Forms.Panel
535     Friend WithEvents btnGetData1 As System.Windows.Forms.Button
536     Friend WithEvents BtnClose1 As System.Windows.Forms.Button
537     Friend WithEvents btnUpdate1 As System.Windows.Forms.Button
538     Friend WithEvents btnNew1 As System.Windows.Forms.Button
539     Private WithEvents Button5 As System.Windows.Forms.Button
540
541 End Class


Gõ tìm kiếm nhanh...